home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-09-28 | 2.3 KB | 99 lines | [TEXT/MPS ] |
- #
- # File: makefile
- #
- # Contains: xxx put contents here xxx
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
- #
- # File Ownership:
- #
- # DRI: xxx put dri here xxx
- #
- # Other Contact: xxx put other contact here xxx
- #
- # Technology: xxx put technology here xxx
- #
- # Writers:
- #
- # (cjd) Chris De Salvo
- #
- # Change History (most recent first):
- #
- # <SP1> 10/19/98 cjd first checked in
- #
-
- # File: makefile
- # Target: NewNSpTest
- # Sources: aevt.c
- # events.c
- # init.c
- # main.c
- # NetStuff.cp
- # windows.c
- # Created: Thursday, October 1, 1998 12:11:22 PM
-
-
- MAKEFILE = makefile
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes =
- Sym•PPC =
- ObjDir•PPC = :Objects:
-
- PPCCOptions = {Includes} {Sym•PPC}
- PPCCPlusOptions = {Includes} {Sym•PPC}
-
- Objects•PPC = ∂
- "{ObjDir•PPC}aevt.c.x" ∂
- "{ObjDir•PPC}events.c.x" ∂
- "{ObjDir•PPC}init.c.x" ∂
- "{ObjDir•PPC}main.c.x" ∂
- "{ObjDir•PPC}NetStuff.cp.x" ∂
- "{ObjDir•PPC}windows.c.x"
-
- # default directory rule
- {ObjDir•PPC} ƒ :
-
- NewNSpTest ƒƒ {•MondoBuild•} {Objects•PPC}
- PPCLink ∂
- -o {Targ} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -t 'APPL' ∂
- -c '????' ∂
- "{PPCLibraries}PPCSIOW.o" ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{SharedLibraries}MathLib" ∂
- "{SharedLibraries}NetSprocketLib" ∂
- "{PPCLibraries}PPCCRuntime.o" ∂
- "{PPCLibraries}PPCToolLibs.o" ∂
- "{PPCLibraries}MrCPlusLib.o" ∂
- "{PPCLibraries}MrCIOStreams.o" ∂
- -weaklib "NetSprocketLib"
-
- NewNSpTest ƒƒ "{RIncludes}"SIOW.r
- Rez -a "{RIncludes}"SIOW.r -o {Targ}
-
- NewNSpTest ƒƒ {•MondoBuild•} GameSample.π.rsrc
- echo "INCLUDE ∂"GameSample.π.rsrc∂" NOT 'ckid';∂n" | rez -a -o {Targ}
-
- "{ObjDir•PPC}aevt.c.x" ƒ {•MondoBuild•} aevt.c
- {PPCC} aevt.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}events.c.x" ƒ {•MondoBuild•} events.c
- {PPCC} events.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}init.c.x" ƒ {•MondoBuild•} init.c
- {PPCC} init.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}main.c.x" ƒ {•MondoBuild•} main.c
- {PPCC} main.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}NetStuff.cp.x" ƒ {•MondoBuild•} NetStuff.cp
- {PPCCPlus} NetStuff.cp -o {Targ} {PPCCPlusOptions}
-
- "{ObjDir•PPC}windows.c.x" ƒ {•MondoBuild•} windows.c
- {PPCC} windows.c -o {Targ} {PPCCOptions}
-
-